home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / patches / netdebug / netdebug.txt next >
Text File  |  1996-07-10  |  1KB  |  37 lines

  1.         NETLIB BUG (gasp!)  07/04/89 Version
  2.         ====================================
  3.  
  4. There is currently a problem using NetLib with overlays.
  5. It can be corrected with an easy debug patch.  You must
  6. patch NL187.LIB or NL287.LIB or both, depending on which
  7. you use.  The following outlines the procedure for NL187.LIB,
  8. although it is the same for NL287.LIB.  Press Enter after
  9. each line you type in.  Make sure to backup
  10. the file in case something goes wrong.
  11.  
  12. > DEBUG NL187.LIB
  13. - S 100 L B800 26 80 7F 05 FF
  14.   pppp:qqqq      (system will respond with real address)
  15. - H qqqq 5       (add 5 to qqqq from above)
  16.   xxxx yyyy      (system will respond with real number)
  17. - F xxxx L 1 EB  (substitute xxxx from above)
  18. - W
  19. - Q
  20. > back to Dos
  21.  
  22. Sample session:
  23.  
  24. > DEBUG NL187.LIB
  25. - S 100 L B800 26 80 7F 05 FF
  26.   1362:4270      (system response)
  27. - H 4270 5
  28.   4275 426B      (system response)
  29. - F 4275 L 1 EB
  30. - W
  31. - Q
  32. > back to Dos
  33.  
  34. When you link with the new library you may get a CHECKSUM error in
  35. module C1READY.  This message can be ignored.  However, if it is in
  36. any other module, you have probably applied the patch incorrectly.
  37.